mapbox-maps-android
/
com.mapbox.maps
/
[androidJvm]SourceQueryOptions
Source
Query
Options
class
SourceQueryOptions
:
Serializable
Content copied to clipboard
Options for querying source features.
Constructors
Functions
Properties
Constructors
SourceQueryOptions
Link copied to clipboard
open fun
SourceQueryOptions
(
@
Nullable
()
sourceLayerIds:
List
<
String
>,
@
NonNull
()
filter:
Value
)
Content copied to clipboard
On this page
On this page
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
On this page
On this page
Properties
filter
Link copied to clipboard
@
NonNull
()
private val
filter
:
Value
Content copied to clipboard
sourceLayerIds
Link copied to clipboard
@
Nullable
()
private val
sourceLayerIds
:
List
<
String
>
Content copied to clipboard
On this page
On this page